home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / sppcpt2.arc / PROB.HLP < prev    next >
Text File  |  1995-08-07  |  4KB  |  123 lines

  1. 01
  2.  
  3.                              PROBABILITY FUNCTIONS
  4.  
  5.  
  6.    This program enables you to compute a variety of probability statistics
  7.    or related functions. All input is from the keyboard so no data file is
  8.    needed. 
  9.  
  10.    You will be presented with a menu from which you can select the desired
  11.    function by pressing the lower case letter beside the option which you
  12.    wish to use.
  13.  
  14.    All output is sent to the screen. However, you can use the "PrtSc" pro-
  15.    cedure to obtain a hard copy if desired.
  16. =
  17. 02
  18.  
  19.                              INPUT AN INTEGER VALUE
  20.  
  21.    If you will enter an integer value its factorial will be computed and
  22.    reported to you. If you enter a negative value, it will be converted to
  23.    a positive integer.
  24.  
  25.    If you wish to exit you may enter an * and press <cr>.
  26. =
  27. 03
  28.  
  29.                          PERMUTATIONS AND COMBINATIONS
  30.  
  31.    Enter the value of n and press <cr>. Then enter the value of r and press
  32.    <cr>. The number of permutations and combinations will be computed for
  33.    n things taken r at a time.
  34.  
  35.    If you wish to exit you may enter an * and press <cr>.
  36. =
  37. 04
  38.  
  39.                          T- AND Z-RATIO PROBABILITIES
  40.  
  41.    If you have a t- or z-statistic, enter the number of degrees of freedom. 
  42.    The one- and two-tailed probability will then be computed and reported. 
  43.  
  44.    If you wish to exit you may enter an * and press <cr>.
  45. =
  46. 05 
  47.  
  48.                              F-RATIO PROBABILITIES
  49.  
  50.    Enter dfn = degrees of freedom for the numerator and press <cr>. Then 
  51.    enter dfd = degrees of freedom for the denominator and press <cr>. Enter
  52.    next the value of the F-statistic and press <cr>. The probability for
  53.    the upper tail of the F-distribution will then be reported to you.
  54.  
  55.    If you wish to exit you may enter an * and press <cr>.
  56. =
  57. 06
  58.  
  59.                             BINOMIAL PROBABILITIES
  60.  
  61.    Enter n = an interger and press <cr>.  Enter r = an integer less than n 
  62.    and press <cr>. Then enter p = the probability for of a successful outcome
  63.    ( 0.0 >= p <= 1.0 ). The results reported are the probability at x = r and
  64.    the cumulative probability for x >= r.
  65.  
  66.    If you wish to exit you may enter an * and press <cr>.
  67. =
  68. 07
  69.  
  70.                              POISSON PROBABILITIES
  71.   
  72.    Enter m = the mean and press <cr>. Enter x = a value in the distribution.
  73.    The results reported are the probability of obtaining x and the probability
  74.    of obtaining a value of x or greater. 
  75.  
  76.    If you wish to exit you may enter an * and press <cr>.
  77. =
  78. 08
  79.  
  80.                               GEOMETRIC PROBABILITY
  81.  
  82.    Enter n = the number of trials until the first success is observed (must
  83.    be an interger) then press <cr>. Enter p = the probability of a successful 
  84.    outcome ( 0.0 >= p <= 1.0 ). The results reported are the probability at 
  85.    x = n and the cumulative probability from x to n.
  86.  
  87.    If you wish to exit you may enter an * and press <cr>.
  88. =
  89. 09
  90.  
  91.                            HYPERGEOMETRIC PROBABILITIES
  92.  
  93.    Enter N = the total number of elements, press <cr>.  Enter r = the total 
  94.    number of successes in the N elements, press <cr>.  Enter n = the number
  95.    of elements drawn from N, press <cr>. Enter x = the number of successes
  96.    that were drawn from n then press <cr>. The results reported are the prob-
  97.    ability at x and the cumulative probability for x through n.
  98.  
  99.    If you wish to exit you may enter an * and press <cr>.
  100. =
  101. 10
  102.  
  103.                              EXPONENTIAL PROBABILITY
  104.  
  105.    Enter the mean and x = the point at which you wish the probability to be
  106.    computed at. Note that the results for a continous random variable is
  107.    reported in terms of area. The area beyond x and the area below x are 
  108.    reported.  
  109.  
  110.    If you wish to exit you may enter an * and press <cr>.
  111. =
  112. 11
  113.  
  114.                               CHI-SQUARE PROBABILITY
  115.  
  116.    Enter the degrees of freedom, df, and press <cr>. Then enter the value
  117.    of Chi-square and press <cr>. The reported probability is area in the
  118.    upper tail of the Chi-square distribution.
  119.  
  120.    If you wish to exit you may enter an * and press <cr>.
  121. =
  122. 12
  123.